home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls039.ltr < prev    next >
Text File  |  1994-09-02  |  2KB  |  85 lines

  1. Non-Shared Library Update               4/28/94 fixed again
  2.  
  3. Product (Component) Name:     ODT 3.0 (xds)                
  4.  
  5. Description of the problem or new feature: 
  6.  
  7.     This tls supplement corrects some bugs that exist in the 
  8.     ODT 3.0 libXm.a non-shared library of Motif 1.2.2.
  9.  
  10.     Bugs fixed:
  11.     
  12.     Description                Comment
  13.     ~~~~~~~~~~~                ~~~~~~~
  14.  
  15.     Setting the XmNalignment resource     fixed
  16.     of a Label or LabelGadget is not  
  17.     reflected properly on the display. 
  18.  
  19.     Label size wrong if its fontList     fixed
  20.     resource is a fontSet. 
  21.  
  22.     A Text widget can be missing its     works in
  23.     cursor.                 1.2.2
  24.  
  25.     TextField with modifyVerify callback    fixed
  26.     garbles multibyte Kanji input 
  27.  
  28.     Seg fault after destroying cascade     fixed     
  29.     with shared menupane 
  30.  
  31.     OptionMenu geometry erratic when     fixed
  32.     OptionLabel unmanaged 
  33.  
  34.     Clipboard paste leaks memory when     fixed
  35.     non-Motif app owns clipboard 
  36.  
  37.     ScrollBarWidget leaks 64 bytes each     fixed 
  38.     time the user clicks on it 
  39.  
  40.     Shared menupane nulls subMenuId of     fixed 
  41.     cascade button it was last posted from 
  42.  
  43. Distribution files changed: 
  44.  
  45.     /usr/lib/libXm.a
  46.  
  47.  
  48. Installation Instructions: 
  49.  
  50.     The new non-shared library should be named /usr/lib/libXm.a and
  51.     will replace the existing file of this name on ODT 3.0.
  52.  
  53.     The file is in compressed format, and will need to
  54.     be uncompressed before usage.
  55.  
  56. Step By Step:
  57.  
  58.     As root, first move your existing library aside:
  59.     $ mv /usr/lib/libXm.a /usr/lib/libXm.a.save
  60.  
  61.     Put your new file in /tmp/libXm.a.Z.
  62.  
  63.     Uncompress your new library:
  64.     $ cd /tmp
  65.     $ uncompress tls039.a.Z
  66.     This will result in the new library /tmp/tls039.a
  67.  
  68.     Copy the new library into place:
  69.     $ cp /tmp/tls039.a /usr/lib/libXm.a
  70.  
  71.     Set permissions on the archive as appropriate,
  72.         say maybe 644 with an owner of bin.
  73.  
  74.     You are ready to use the non-share libXm.a library.
  75.  
  76.     When you are sure the new library is an improvement,
  77.        you may wish to delete the libXm.a.save version.
  78.  
  79. If you have any problems with this, pls let me know.
  80.  
  81. Dion L. Johnson
  82. SCO Product Manager - Development Systems  400 Encinal St. Santa Cruz, CA 95061
  83. dionj@sco.com                            FAX: 408-427-5417  Voice: 408-427-7565
  84.  
  85.